SftTree/OCX 7.0

SftTreeItems.SelectOutlineBorderColor Property

Softel vdm, Inc.

Defines the outline border color for selected items.

Syntax       

Get

VB.NET

Clr = object.SelectOutlineBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.SelectOutlineBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectOutlineBorderColor;

VC++

OLE_COLOR Clr = object->SelectOutlineBorderColor;
OLE_COLOR Clr = object->GetSelectOutlineBorderColor();

C

HRESULT object->get_SelectOutlineBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.SelectOutlineBorderColor  : Cardinal;

Put

VB.NET

object.SelectOutlineBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.SelectOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectOutlineBorderColor = Clr;

VC++

OLE_COLOR object->SelectOutlineBorderColor = Clr;
void object->PutSelectOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectOutlineBorderColor(OLE_COLOR Clr);

Delphi

object.SelectOutlineBorderColor := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the outline border color for selected items.

Comments

The SelectOutlineBorderColor property defines the outline border color for selected items.

The SelectOutlineBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the colors depending on the Items.SelectStyle property settings are used.

The Items.SelectStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of selected items. The highlighted portion of an item is rendered using the outline style defined by the Items.OutlineStyle property.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com